home *** CD-ROM | disk | FTP | other *** search
/ Game Audio Programming / GameAudioProgramming.iso / Extras / Dolby / DISK 2 / 02Ddigital.swf / scripts / DefineButton2_122 / BUTTONCONDACTION on(keyPress Down).as next >
Encoding:
Text File  |  2002-02-10  |  84 b   |  5 lines

  1. on(keyPress "<Down>"){
  2.    _root.control.click.start(0,0);
  3.    gotoAndStop(92);
  4. }
  5.